home *** CD-ROM | disk | FTP | other *** search
/ Wonky Flux Batch 2019 02 / Wonky_Flux_Batch_2019-02.zip / Wonky Flux Batch 2019-02 / 040 - Misc.dsk / TECH.NOTE.txt < prev    next >
Text File  |  2019-02-16  |  8KB  |  185 lines

  1.  
  2.  
  3.      PIN  NAME EIA  CCITT  DTE  DCE     FUNCTION
  4.  
  5.       1    CG   AA   101     ---        Chassis Ground
  6.       2    TD   BA   103     -->        Transmit Data
  7.       3    RD   BB   104     <--              <--        Pos. Test Voltage
  8.      10*                     <--        Neg. Test Voltage
  9.      11                                 (usually not used)
  10.      12+   SCDC SCF  122     <--        Sec. Data Car. Detect
  11.      13+   SCTS SCB  121     <--        Sec. Clear To Send
  12.      14+   STD  SBA  118     -->        Sec. Transmit Data
  13.      15#   TC   DB   114     <--        Transmit Clock
  14.      16+   SRD  SBB  119     <--        Sec. Receive Data
  15.      17#   RC   DD   115     <--        Receive Clock
  16.      18                                 (not usally used)
  17.      19+   SRTS SCA  120     -->        Sec. Request To Send
  18.      20    DTR  CD   108.2   -->        Data Terminal Ready
  19.      21*   SQ   CG   110     <--        Signal Quality
  20.      22    RI   CE   125     <--        Ring Indicator
  21.      23*        CH   111     -->        Data Rate Selector 
  22.                 CI   112     <--        Data Rate Selector
  23.      24*   XTC  DA   113     -->        Ext. Transmit Clock
  24.      25*                     -->        Busy
  25.  
  26.    In the above, the character following the pin number means:
  27.  
  28.      *    rarely used
  29.      +    used only if secondary channel implemented
  30.      #    used only on synchronous interfaces
  31.  
  32. also, the direction of the arrow indicates which end (DTE or DCE) 
  33. originates  each signal,  except for the ground lines (---).  For 
  34. example, circuit 2 (TD) is originated by the DTE, and received by 
  35. the DCE.  Certain of the above circuits (11,  14, 16, and 18) are 
  36. used only by (or in a different way by) Bell 208A modems.
  37.  
  38.  
  39.  
  40.              DEFINITION OF THE MOST COMMON CIRCUITS
  41.  
  42. 1    CG    Chassis Ground
  43.  
  44.      This  circuit  (also called Frame Ground) is a mechanism  to 
  45.      insure  that the chassis of the two devices are at the  same 
  46.      potential, to prevent electrical shock to the operator. Note 
  47.      that  this circuit is not used as the reference for  any  of 
  48.      the other voltages. This circuit is optional. If it is used, 
  49.      care should be taken to not set up ground loops.
  50.  
  51. 2    TD   Transmit Data
  52.  
  53.      This  circuit is the path whereby serial data is  sent  from 
  54.      the DTE to the DCE.  This circuit must be present if data is 
  55.      to travel in that direction at any time.
  56.  
  57. 3    RD   Receive Data
  58.  
  59.      This  circuit  is the path whereby serial data is sent  from 
  60.      the DCE to the DTE.  This circuit must be present if data is 
  61.      to travel in that direction at any time.
  62.  
  63. 4    RTS  Request To Send
  64.  
  65.      This  circuit  is  the signal that indicates  that  the  DTE 
  66.      wishes  to  send data to the DCE (note that no such line  is 
  67.      available  for the opposite direction,  hence the  DTE  must 
  68.      always be ready to accept data).  In normal  operation,  the 
  69.      RTS  line  will be OFF (logic 1 / MARK).  Once the  DTE  has 
  70.      data  to  send,  and has determined that the channel is  not 
  71.      busy,  it will set RTS to ON (logic 0 / SPACE), and await an 
  72.      ON condition on CTS from the DCE,  at which time it may then 
  73.      begin  sending.  Once the DTE is through  sending,  it  will 
  74.      reset  RTS  to  OFF (logic 1 / MARK).  On a  full-duplex  or 
  75.      simplex  channel,  this  signal  may be set to  ON  once  at 
  76.      initialization and left in that state.  Note that some  DCEs 
  77.      must  have  an incoming RTS in order to  transmit  (although 
  78.      this  is  not strictly according to the standard).  In  this 
  79.      case,  this  signal must either be brought across  from  the 
  80.      DTE,  or provided by a wraparound (e.g. from DSR) locally at 
  81.      the DCE end of the cable.
  82.  
  83. 5    CTS  Clear To Send
  84.  
  85.      This  circuit is the signal that indicates that the  DCE  is 
  86.      ready to accept data from the DTE.  In normal operation, the 
  87.      CTS line will be in the OFF state. When the DTE asserts RTS, 
  88.      the  DCE  will do whatever is necessary to allow data to  be 
  89.      sent (e.g.  a modem would raise carrier,  and wait until  it 
  90.      stabilized).  At this time,  the DCE would set CTS to the ON 
  91.      state, which would then allow the DTE to send data. When the 
  92.      RTS from the DTE returns to the OFF state,  the DCE releases 
  93.      the channel (e.g.  a modem would drop carrier), and then set 
  94.      CTS back to the OFF state. Note that a typical DTE must have 
  95.      an  incoming CTS before it can transmit.  This  signal  must 
  96.      either  be  brought  over from the DCE,  or  provided  by  a 
  97.      wraparound  (e.g.  from  DTR) locally at the DTE end of  the 
  98.      cable.
  99.  
  100. 6    DSR  Data Set Ready
  101.  
  102.      This circuit is the signal that informs the DTE that the DCE 
  103.      is alive and well. It is normally set to the ON state by the 
  104.      DCE  upon power-up and left there.  Note that a typical  DTE 
  105.      must  have  an incoming DSR in order to  function  normally. 
  106.      This  line  must either be brought over  from  the  DCE,  or 
  107.      provided by a wraparound (e.g.  from DTR) locally at the DTE 
  108.      end  of  the cable.  On the DCE end of the  interface,  this 
  109.      signal  is almost always present,  and may be  wrapped  back 
  110.      around (to DTR and/or RTS) to satisfy required signals whose 
  111.      normal function is not required.
  112.  
  113. 7    SG   Signal Ground
  114.  
  115.      This  circuit is the ground to which all other voltages  are 
  116.      relative. It must be present in any RS-232 interface.
  117.  
  118. 8    DCD  Data Carrier Detect
  119.  
  120.      This  circuit is the signal whereby the DCE informs the  DTE 
  121.      that it has an incoming carrier.  It may be used by the  DTE 
  122.      to  determine  if the channel is idle,  so that the DTE  can 
  123.      request  it  with  RTS.  Note that some DTEs  must  have  an 
  124.      incoming DCD before they will operate.  In this  case,  this 
  125.      signal must either be brought over from the DCE, or provided 
  126.      locally  by a wraparound (e.g.  from DTR) locally at the DTE 
  127.      end of the cable.
  128.  
  129. 15   TC   Transmit Clock
  130.  
  131.      This circuit provides the clock for the transmitter  section 
  132.      of  a synchronous DTE.  It may or may not be running at  the 
  133.      same  rate  as  the receiver clock.  This  circuit  must  be 
  134.      present on synchronous interfaces.
  135.  
  136. 17   RC   Receiver Clock
  137.  
  138.      This  circuit provides the clock for the receiver section of 
  139.      a synchronous DTE.  It may of may not be running at the same 
  140.      rate as the transmitter clock.  Note that both TC and RC are 
  141.      sourced  by  the  DCE.  This  circuit  must  be  present  on 
  142.      synchronous interfaces.
  143.  
  144. 20   DTR  Data Terminal Ready
  145.  
  146.      This  circuit provides the signal that informs the DCE  that 
  147.      the  DTE  is alive and well.  It is normally set to  the  ON 
  148.      state  by the DTE at power-up and left there.  Note  that  a 
  149.      typical  DCE  must  have  an incoming  DTR  before  it  will 
  150.      function  normally.  This signal must either be brought over 
  151.      from the DTE,  or provided by a wraparound (e.g.  from  DSR) 
  152.      locally at the DCE end of the cable.  On the DTE side of the 
  153.      interface,  this signal is almost always present, and may be 
  154.      wrapped back around to other circuits (e.g.  DSR, CTS and/or 
  155.      DCD)  to  satisfy  required hand-shaking  signals  if  their 
  156.      normal function is not required.
  157.  
  158.  
  159.    All  of the above applies to interfacing a DTE device to a DCE 
  160. device.  In  order to interface two DTE devices,  it  is  usually 
  161. sufficient to provide a 'flipped' cable,  in which the pairs (TD, 
  162. RD),  (RTS,CTS) and (DTR,DSR) have been flipped. Hence, the TD of 
  163. one DTE is connected to the RD of the other DTE,  and vica versa. 
  164. It  may  be necessary to wrap various of the  hand-shaking  lines 
  165. back  around from the DTR on each end in order to have both  ends 
  166. work.  In a similar manner,  two DCE devices can be interfaced to 
  167. each other.
  168.  
  169.  
  170. pin 01 - pin 01
  171. pin 02 - pin 03
  172. pin 03 - pin 02
  173. pin 04 - pin 05
  174. pin 05 - pin 04
  175. pin 06 - pin 20
  176. pin 20 - pin 06
  177.  
  178. ok... the above 180 lines is mostly informative.. only the last little section where i typed pin xx - pin xx is needed.. you only need to connect the give pins, and just make sure they go where they belong, and the two computers should talk to each other...
  179. y be  wrapped  back 
  180.      around (to DTR and/or RTS) to satisfy required signals whose 
  181.      normal function is not required.
  182.  
  183. 7    SG   Signal Ground
  184.  
  185.